Files
applications/archrepo/svc.archrepo.yaml
ytshih 53154bb702
All checks were successful
Lint yaml / build-package (push) Successful in 8s
Fix: archrepo lint
2024-11-06 09:47:21 +00:00

16 lines
204 B
YAML

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