This commit is contained in:
zhenyus 2025-02-23 00:14:50 +08:00
commit 380e92e973
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ central-storage:
registry: docker.io registry: docker.io
repository: null repository: null
name: central_storage name: central_storage
tag: 0.0.0 tag: snapshot-da584b8
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@ -8,7 +8,7 @@ content:
registry: docker.io registry: docker.io
repository: null repository: null
name: content name: content
tag: 0.0.0 tag: snapshot-da584b8
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@ -8,7 +8,7 @@ notification:
registry: docker.io registry: docker.io
repository: null repository: null
name: notification name: notification
tag: 0.0.0 tag: snapshot-da584b8
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@ -8,7 +8,7 @@ payment:
registry: docker.io registry: docker.io
repository: null repository: null
name: payment name: payment
tag: snapshot-8f799c6 tag: snapshot-da584b8
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -27,7 +27,7 @@ payment:
type: ClusterIP type: ClusterIP
port: 8006 port: 8006
targetPort: 8006 targetPort: 8006
ingresses: ingresses:
- name: payment-ingress - name: payment-ingress
host: alpha.payment.freeleaps.mathmast.com host: alpha.payment.freeleaps.mathmast.com
class: nginx class: nginx