apps(kakigoori): Added static container and changed nameserver

This commit is contained in:
2025-08-01 11:05:07 -04:00
parent 2a10376336
commit b2977fd70b
2 changed files with 11 additions and 2 deletions

View File

@@ -34,6 +34,11 @@ spec:
- ALL
seccompProfile:
type: RuntimeDefault
- name: kakigoori-static
image: "git.prettysunflower.moe/prettysunflower/kakigoori-static:main"
imagePullPolicy: Always
ports:
- containerPort: 8002
- name: anubis
image: ghcr.io/techarohq/anubis:v1.21.3
env:
@@ -90,4 +95,4 @@ spec:
dnsPolicy: "None"
dnsConfig:
nameservers:
- 100.96.226.96
- 100.94.59.38

View File

@@ -14,4 +14,8 @@ spec:
- protocol: TCP
port: 80
targetPort: 8080
name: anubis
name: anubis
- protocol: TCP
port: 8002
targetPort: 8002
name: static