Skip to content

Instantly share code, notes, and snippets.

@sudheerchamarthi
Created December 21, 2019 17:49
Show Gist options
  • Save sudheerchamarthi/f61403756f824818dbf6ecb141427421 to your computer and use it in GitHub Desktop.
Save sudheerchamarthi/f61403756f824818dbf6ecb141427421 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: "service-hive"
namespace: "rsyslog"
spec:
ports:
- port: 514
targetPort: 514
protocol: TCP
type: NodePort
selector:
app: "rsyslog"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment