Skip to content

Commit

Permalink
fix: migrate ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 25, 2023
1 parent bd970c9 commit 7df4109
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions infra/root_chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ Root Chart to a single Service
| api.ingress.tls[0].hosts[0] | string | `"api.zinc.sulfone.lapras.lvh.me"` | |
| api.ingress.tls[0].issuerRef | string | `"sample"` | |
| api.ingress.tls[0].secretName | string | `"sample"` | |
| api.livenessProbe.httpGet.initialDelaySeconds | int | `5` | |
| api.livenessProbe.httpGet.path | string | `"/"` | |
| api.livenessProbe.httpGet.port | string | `"http"` | |
| api.nameOverride | string | `"api"` | |
| api.nodeSelector | object | `{}` | |
| api.podAnnotations | object | `{}` | |
| api.podSecurityContext | object | `{}` | |
| api.readinessProbe.httpGet.initialDelaySeconds | int | `5` | |
| api.readinessProbe.httpGet.path | string | `"/"` | |
| api.readinessProbe.httpGet.port | string | `"http"` | |
| api.replicaCount | int | `1` | |
Expand Down
4 changes: 2 additions & 2 deletions infra/root_chart/values.pichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ api:
annotations:
cert-manager.io/cluster-issuer: "entei-zinc-letsencrypt-issuer"
hosts:
- host: api.zinc.sulfone.pichu.app.cluster.atomi.cloud
- host: api.zinc.sulfone.pichu.apps.cluster.atomi.cloud
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- api.zinc.sulfone.pichu.app.cluster.atomi.cloud
- api.zinc.sulfone.pichu.apps.cluster.atomi.cloud
secretName: api-zinc-sulfone-pichu-tls

migration:
Expand Down
2 changes: 0 additions & 2 deletions infra/root_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,11 @@ api:
httpGet:
path: /
port: http
initialDelaySeconds: 5

livenessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 5

nodeSelector: {}

Expand Down

0 comments on commit 7df4109

Please sign in to comment.