diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 3c694cf2..28491123 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -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 | @@ -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 | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 7a97317b..dfc05515 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -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: / @@ -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 @@ -1951,7 +1951,7 @@ server: # -- Additional ingress rules # @default -- `[]` (See [values.yaml]) extraRules: [] - # - host: example.server.local + # - host: example.example.com # http: # path: / # backend: @@ -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] @@ -2057,7 +2057,7 @@ server: # -- Additional ingress rules # @default -- `[]` (See [values.yaml]) extraRules: [] - # - host: example.server.local + # - host: example.example.com # http: # path: / # backend: @@ -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 @@ -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 @@ -2801,7 +2801,7 @@ applicationSet: # -- Additional ingress rules # @default -- `[]` (See [values.yaml]) extraRules: [] - # - host: example.server.local + # - host: example.example.com # http: # path: / # backend: