Skip to content

Commit

Permalink
Merge pull request #12 from eranbibi/master
Browse files Browse the repository at this point in the history
change variable name for aqua console
  • Loading branch information
eranbibi authored Jun 25, 2019
2 parents a8c0259 + d4c1309 commit b4da011
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion orchestrators/aks/templates/server/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
image: registry.aquasec.com/gateway:4.2
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_ADDRESS
- name: AQUA_CONSOLE_SECURE_ADDRESS
value: "aqua-web:443"
- name: SCALOCK_GATEWAY_PUBLIC_IP
value: aqua-gateway
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/eks/templates/server/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
image: registry.aquasec.com/gateway:4.2
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_ADDRESS
- name: AQUA_CONSOLE_SECURE_ADDRESS
value: "aqua-web:443"
- name: SCALOCK_GATEWAY_PUBLIC_IP
value: aqua-gateway
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/gke/templates/server/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
image: registry.aquasec.com/gateway:4.2
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_ADDRESS
- name: AQUA_CONSOLE_SECURE_ADDRESS
value: "aqua-web:443"
- name: SCALOCK_GATEWAY_PUBLIC_IP
value: aqua-gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
image: registry.aquasec.com/gateway:4.2
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_ADDRESS
- name: AQUA_CONSOLE_SECURE_ADDRESS
value: "aqua-web:443"
- name: SCALOCK_GATEWAY_PUBLIC_IP
value: aqua-gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
image: registry.aquasec.com/gateway:4.2
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_ADDRESS
- name: AQUA_CONSOLE_SECURE_ADDRESS
value: "aqua-web:443"
- name: SCALOCK_GATEWAY_PUBLIC_IP
value: aqua-gateway
Expand Down

0 comments on commit b4da011

Please sign in to comment.