astrololo: deploy 9323803c

This commit is contained in:
2026-07-19 21:51:29 +02:00
parent 06b569fda8
commit feb595f162
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ spec:
imagePullSecrets: [{ name: gitea-registry }] imagePullSecrets: [{ name: gitea-registry }]
containers: containers:
- name: data - name: data
image: gitea.czernobog.pl/gitea/astrololo-data:v0.1.0 image: gitea.czernobog.pl/gitea/astrololo-data:9323803c
ports: [{ containerPort: 8002 }] ports: [{ containerPort: 8002 }]
env: env:
- name: DATA_PROVIDER - name: DATA_PROVIDER
+1 -1
View File
@@ -12,7 +12,7 @@ spec:
imagePullSecrets: [{ name: gitea-registry }] imagePullSecrets: [{ name: gitea-registry }]
containers: containers:
- name: logic - name: logic
image: gitea.czernobog.pl/gitea/astrololo-logic:v0.1.0 image: gitea.czernobog.pl/gitea/astrololo-logic:9323803c
ports: [{ containerPort: 8001 }] ports: [{ containerPort: 8001 }]
env: env:
- name: DATA_URL - name: DATA_URL
+1 -1
View File
@@ -12,7 +12,7 @@ spec:
imagePullSecrets: [{ name: gitea-registry }] imagePullSecrets: [{ name: gitea-registry }]
containers: containers:
- name: presentation - name: presentation
image: gitea.czernobog.pl/gitea/astrololo-presentation:v0.1.0 image: gitea.czernobog.pl/gitea/astrololo-presentation:9323803c
ports: [{ containerPort: 8000 }] ports: [{ containerPort: 8000 }]
env: env:
- name: LOGIC_URL - name: LOGIC_URL