Skip to content

Commit

Permalink
chore(apisix): etcd storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 3, 2024
1 parent c1d6732 commit b3ffea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apisix/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pluginAttrs:
etcd:
replicaCount: 1
persistence:
storageClass: alicloud-disk-ssd
storageClass: standard
size: 20Gi
auth:
token:
Expand Down
4 changes: 2 additions & 2 deletions argocd/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ configs:
# General Argo CD configuration
## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/argocd-cm.yaml
cm:
url: "https://argocd.nsl.xyz"
url: "https://argocd.naturalselectionlabs.com"
dex.config: |
connectors:
# GitHub example
Expand All @@ -128,7 +128,7 @@ configs:
issuer: https://account.nsl.xyz/auth/realms/google
clientID: argocd
clientSecret: $oidc.keycloak.clientSecret
redirectURI: https://argocd.nsl.xyz/dex/callback
redirectURI: https://argocd.naturalselectionlabs.com/dex/callback
scopes:
- openid
- profile
Expand Down

0 comments on commit b3ffea8

Please sign in to comment.