Skip to content

Commit 35f2828

Browse files
committed
rebrand to example
1 parent 46bfca7 commit 35f2828

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

deploy/releases/blue.yaml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@ repositories:
44
url: "https://charts.cloudposse.com/incubator/"
55

66
releases:
7-
8-
#######################################################################################
9-
## Atlantis ##
10-
#######################################################################################
11-
127
#
138
# References:
14-
# - https://github.com/cloudposse/atlantis/tree/master/helm/atlantis
159
# - https://github.com/cloudposse/charts/blob/master/incubator/monochart
1610
#
17-
- name: "blue-example"
11+
- name: "example-blue"
1812
labels:
1913
color: "blue"
2014
chart: "cloudposse-incubator/monochart"
@@ -23,13 +17,13 @@ releases:
2317
force: true
2418
recreatePods: false
2519
values:
26-
- fullnameOverride: atlantis
20+
- fullnameOverride: "example-blue"
2721
image:
2822
repository: '{{ env "IMAGE_NAME" | default "cloudposse/example-app" }}'
2923
tag: '{{ env "IMAGE_TAG" | default "0.1.0" }}'
3024
pullPolicy: Always
3125
pullSecrets:
32-
- 'atlantis-pull-secret-dockercfg'
26+
- "pull-secret"
3327

3428
configMaps:
3529
default:
@@ -57,14 +51,14 @@ releases:
5751
external-dns.alpha.kubernetes.io/target: '{{ requiredEnv "NGINX_INGRESS_HOSTNAME" }}'
5852
external-dns.alpha.kubernetes.io/ttl: "60"
5953
hosts:
60-
### Required: ATLANTIS_HOSTNAME;
61-
'{{ env "ATLANTIS_HOSTNAME" }}': /
54+
### Required: APP_HOSTNAME;
55+
'{{ env "APP_HOSTNAME" }}': /
6256
tls:
6357
### Optional: ATLANTIS_TLS_SECRET_NAME;
64-
- secretName: '{{ env "ATLANTIS_TLS_SECRET_NAME" | default "atlantis-server-tls" }}'
58+
- secretName: '{{ env "APP_TLS_SECRET_NAME" | default "example-blue-server-tls" }}'
6559
hosts:
66-
### Required: ATLANTIS_HOSTNAME;
67-
- '{{ env "ATLANTIS_HOSTNAME" }}'
60+
### Required: APP_HOSTNAME;
61+
- '{{ env "APP_HOSTNAME" }}'
6862

6963
probes:
7064
livenessProbe:

0 commit comments

Comments
 (0)