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

13 lines
210 B
YAML

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