Files
infra-prod/deploy/outline-wiki/service.yaml
2025-04-12 22:28:21 +02:00

14 lines
198 B
YAML

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