Skip to content

Instantly share code, notes, and snippets.

@joaom182
Created September 18, 2019 11:12
Show Gist options
  • Save joaom182/854b39a71ca91b1eb14581b6b2f6ce54 to your computer and use it in GitHub Desktop.
Save joaom182/854b39a71ca91b1eb14581b6b2f6ce54 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
labels:
app: konga
name: konga-svc
namespace: kong-system
spec:
ports:
- protocol: TCP
port: 80
targetPort: 1337
selector:
app: konga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment