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

View File

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