Files
manifests/values/attic/manifests/svc.yaml
T
2025-08-27 09:15:17 +02:00

15 lines
195 B
YAML

apiVersion: v1
kind: Service
metadata:
name: attic
labels:
app: attic
spec:
type: ClusterIP
selector:
app: attic
ports:
- name: http
port: 8080
targetPort: http