Files
Kubernetes-Manifests/applications/gotify/gotify-service.yaml

14 lines
188 B
YAML

apiVersion: v1
kind: Service
metadata:
name: gotify
namespace: gotify
spec:
selector:
app: gotify
ports:
- name: http
port: 80
targetPort: 80
type: ClusterIP