Files
archrepo/k8s/svc.archrepo.yaml
ytshih 44a0227ab1
All checks were successful
release-tag / release-image (push) Successful in 1m49s
initial commit
2024-10-15 03:50:35 +00:00

17 lines
220 B
YAML

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