Fix: rickroll lint
All checks were successful
Lint yaml / build-package (push) Successful in 8s

This commit is contained in:
2024-11-06 10:00:47 +00:00
parent 3934c68c53
commit 53959c5d7b
3 changed files with 27 additions and 27 deletions

View File

@@ -16,18 +16,18 @@ spec:
app: rickroll
spec:
containers:
- name: server
securityContext:
runAsNonRoot: true
runAsUser: 1000
image: gitea.konchin.com/service/rickroll:latest
ports:
- name: http
containerPort: 8080
env:
- name: URI
value: https://youtu.be/dQw4w9WgXcQ
- name: PORT
value: '8080'
imagePullSecrets:
- name: regcred
- name: server
securityContext:
runAsNonRoot: true
runAsUser: 1000
image: gitea.konchin.com/service/rickroll:latest
ports:
- name: http
containerPort: 8080
env:
- name: URI
value: https://youtu.be/dQw4w9WgXcQ
- name: PORT
value: '8080'
imagePullSecrets:
- name: regcred

View File

@@ -5,12 +5,12 @@ metadata:
name: rickroll
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: rickroll
port:
number: 80
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: rickroll
port:
number: 80

View File

@@ -10,6 +10,6 @@ spec:
selector:
app: rickroll
ports:
- name: http
port: 80
targetPort: 8080
- name: http
port: 80
targetPort: 8080