initial commit
All checks were successful
deploy / release-image (push) Successful in 1m47s
deploy / deploy (push) Successful in 46s

This commit is contained in:
2024-10-17 07:51:46 +00:00
commit 29793e655c
9 changed files with 486 additions and 0 deletions

16
k8s/svc.rickroll.yaml Normal file
View File

@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
namespace: rickroll
name: rickroll
labels:
app: rickroll
spec:
type: ClusterIP
selector:
app: rickroll
ports:
- name: http
port: 80
targetPort: 80