Files
infra/apps/sekibanki/gotosocial/svc.yaml

13 lines
216 B
YAML

apiVersion: v1
kind: Service
metadata:
name: gotosocial
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: gotosocial
ports:
- protocol: TCP
port: 80
targetPort: http
name: http