Files
rickroll/k8s/deploy.rickroll.yaml
ytshih 29793e655c
All checks were successful
deploy / release-image (push) Successful in 1m47s
deploy / deploy (push) Successful in 46s
initial commit
2024-10-17 07:51:46 +00:00

30 lines
553 B
YAML

---
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