Skip to content

Instantly share code, notes, and snippets.

@screamingworld
Created February 28, 2021 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save screamingworld/904305c48a4dcef31845140e48056d6e to your computer and use it in GitHub Desktop.
Save screamingworld/904305c48a4dcef31845140e48056d6e to your computer and use it in GitHub Desktop.
Notifier - k8s web api service
apiVersion: v1
kind: Service
metadata:
name: notifier-webapi
labels:
area: Notifier
component: WebApi
spec:
ports:
- port: 8080
selector:
app: notifier-webapi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment