Skip to content

Commit

Permalink
Use example.com domain
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
  • Loading branch information
pdrastil committed Jan 24, 2024
1 parent 4114c87 commit bcbccd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/argo-cd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ NAME: my-release
| server.ingress.gke.frontendConfig | object | `{}` (See [values.yaml]) | Google [FrontendConfig] resource, for use with the GKE Ingress Controller |
| server.ingress.gke.managedCertificate.create | bool | `true` | Create ManagedCertificate resource and annotations for Google Load balancer |
| server.ingress.gke.managedCertificate.extraDomains | list | `[]` | Additional domains for ManagedCertificate resource |
| server.ingress.hostname | string | `"argocd.server.local"` | Argo CD server hostname |
| server.ingress.hostname | string | `"argocd.example.com"` | Argo CD server hostname |
| server.ingress.ingressClassName | string | `""` | Defines which ingress controller will implement the resource |
| server.ingress.labels | object | `{}` | Additional ingress labels |
| server.ingress.path | string | `"/"` | The path to Argo CD server |
Expand Down Expand Up @@ -1191,7 +1191,7 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
| applicationSet.ingress.extraPaths | list | `[]` (See [values.yaml]) | Additional ingress paths |
| applicationSet.ingress.extraRules | list | `[]` (See [values.yaml]) | Additional ingress rules |
| applicationSet.ingress.extraTls | list | `[]` (See [values.yaml]) | Additional ingress TLS configuration |
| applicationSet.ingress.hostname | string | `"argocd.server.local"` | Argo CD ApplicationSet hostname |
| applicationSet.ingress.hostname | string | `"argocd.example.com"` | Argo CD ApplicationSet hostname |
| applicationSet.ingress.ingressClassName | string | `""` | Defines which ingress ApplicationSet controller will implement the resource |
| applicationSet.ingress.labels | object | `{}` | Additional ingress labels |
| applicationSet.ingress.path | string | `"/api/webhook"` | List of ingress paths |
Expand Down
16 changes: 8 additions & 8 deletions charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ server:

# -- Argo CD server hostname
## NOTE: Hostname must be provided if Ingress is enabled
hostname: argocd.server.local
hostname: argocd.example.com

# -- The path to Argo CD server
path: /
Expand All @@ -1934,7 +1934,7 @@ server:
# -- The list of additional hostnames to be covered by ingress record
# @default -- `[]` (See [values.yaml])
extraHosts: []
# - name: argocd.server.local
# - name: argocd.example.com
# path: /

# -- Additional ingress paths
Expand All @@ -1951,7 +1951,7 @@ server:
# -- Additional ingress rules
# @default -- `[]` (See [values.yaml])
extraRules: []
# - host: example.server.local
# - host: example.example.com
# http:
# path: /
# backend:
Expand Down Expand Up @@ -2040,7 +2040,7 @@ server:
# -- The list of additional hostnames to be covered by ingress record
# @default -- `[]` (See [values.yaml])
extraHosts: []
# - name: grpc.argocd.server.local
# - name: grpc.argocd.example.com
# path: /

# -- Additional ingress paths for dedicated [gRPC-ingress]
Expand All @@ -2057,7 +2057,7 @@ server:
# -- Additional ingress rules
# @default -- `[]` (See [values.yaml])
extraRules: []
# - host: example.server.local
# - host: example.example.com
# http:
# path: /
# backend:
Expand Down Expand Up @@ -2769,7 +2769,7 @@ applicationSet:

# -- Argo CD ApplicationSet hostname
## NOTE: Hostname must be provided if Ingress is enabled
hostname: argocd.server.local
hostname: argocd.example.com

# -- List of ingress paths
path: /api/webhook
Expand All @@ -2784,7 +2784,7 @@ applicationSet:
# -- The list of additional hostnames to be covered by ingress record
# @default -- `[]` (See [values.yaml])
extraHosts: []
# - name: argocd.server.local
# - name: argocd.example.com
# path: /

# -- Additional ingress paths
Expand All @@ -2801,7 +2801,7 @@ applicationSet:
# -- Additional ingress rules
# @default -- `[]` (See [values.yaml])
extraRules: []
# - host: example.server.local
# - host: example.example.com
# http:
# path: /
# backend:
Expand Down

0 comments on commit bcbccd3

Please sign in to comment.