infra: route runner registry traffic over internal ingress

This commit is contained in:
Seth Call 2026-03-15 09:52:51 -06:00
parent c340d176d4
commit 895c600bab
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@ spec:
labels:
app: act-runner
spec:
hostAliases:
- ip: "10.128.139.89"
hostnames:
- "git.staging.jamkazam.com"
imagePullSecrets:
- name: gitea-registry
containers:

View File

@ -204,7 +204,7 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-nginx-production
nginx.ingress.kubernetes.io/proxy-body-size: "2048m"
nginx.ingress.kubernetes.io/whitelist-source-range: "10.0.0.0/8,45.79.40.57/32,72.14.186.114/32,72.14.183.169/32,173.255.203.158/32,173.255.203.99/32"
nginx.ingress.kubernetes.io/whitelist-source-range: "10.0.0.0/8,192.168.0.0/16,45.79.40.57/32,72.14.186.114/32,72.14.183.169/32,72.14.182.83/32,173.255.203.158/32,173.255.203.99/32"
spec:
ingressClassName: nginx
tls: