apiVersion: v1 kind: Service metadata: name: gotify namespace: notifications labels: app: gotify spec: selector: app: gotify ports: - port: 80 targetPort: 80 protocol: TCP