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

29
k8s/deploy.rickroll.yaml Normal file
View File

@@ -0,0 +1,29 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: rickroll
namespace: rickroll
labels:
app: rickroll
spec:
replicas: 1
selector:
matchLabels:
app: rickroll
template:
metadata:
labels:
app: rickroll
spec:
containers:
- name: server
image: gitea.konchin.com/services/rickroll:latest
ports:
- name: http
containerPort: 80
env:
- name: URI
value: https://youtu.be/dQw4w9WgXcQ
imagePullSecrets:
- name: regcred