Skip to content

Commit

Permalink
feat: try .app endpoint for issuing
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 24, 2023
1 parent 3a5cec0 commit a237ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/root_chart/values.pichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ api:
annotations:
cert-manager.io/cluster-issuer: "entei-zinc-letsencrypt-issuer"
hosts:
- host: api.zinc.sulfone.pichu.cluster.atomi.cloud
- host: api.zinc.sulfone.pichu.app.cluster.atomi.cloud
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- api.zinc.sulfone.pichu.cluster.atomi.cloud
secretName: api-zinc-sulfone-cloud-tls
- api.zinc.sulfone.pichu.app.cluster.atomi.cloud
secretName: api-zinc-sulfone-pichu-tls

migration:
enabled: true
Expand Down

0 comments on commit a237ffe

Please sign in to comment.