Files
rickroll/k8s/svc.rickroll.yaml
ytshih 288715f0c1
All checks were successful
Build image and deploy / release-image (push) Successful in 1m3s
Build image and deploy / deploy (push) Successful in 4s
Fix: securityContext
2024-10-23 18:03:56 +00:00

17 lines
222 B
YAML

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