Fixed conflict with service links
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m31s

This commit is contained in:
Dreaded_X 2025-04-17 15:31:13 +02:00
parent 13f27ef878
commit 62a85230a9
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA
3 changed files with 5 additions and 4 deletions

View File

@ -17,6 +17,8 @@ spec:
annotations:
kubectl.kubernetes.io/default-container: siranga
spec:
# Service links cause issues with the HTTP_PORT and SSH_PORT env variables
enableServiceLinks: false
containers:
- name: siranga
image: git.huizinga.dev/dreaded_x/siranga@${DIGEST}

View File

@ -10,6 +10,6 @@ spec:
kind: Rule
services:
- name: http
port: 3000
port: http
tls:
secretName: tunnel-tls

View File

@ -4,9 +4,8 @@ metadata:
name: http
spec:
ports:
- name: "3000"
- name: http
port: 3000
targetPort: 3000
selector:
app: siranga
---
@ -19,7 +18,7 @@ metadata:
spec:
type: LoadBalancer
ports:
- name: "2222"
- name: ssh
port: 22
targetPort: 2222
selector: