Files
applications/rickroll/svc.rickroll.yaml
ytshih 3934c68c53
Some checks failed
Lint yaml / build-package (push) Failing after 8s
Add: rickroll
2024-11-06 09:58:20 +00:00

16 lines
200 B
YAML

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