Skip to content

Commit

Permalink
refactor(k8s): update manifests with new hub URIs build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Apr 11, 2024
1 parent 3fae44e commit 00a9923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8s/helm/hub-adapter/templates/hub-adapter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ spec:
- name: KONG_ADMIN_SERVICE_URL
value: {{ .Values.env.KONG_ADMIN_SERVICE_URL | default "http://kong-service:8000" | quote }} # To be properly filled in
- name: HUB_SERVICE_URL
value: {{ .Values.env.HUB_SERVICE_URL | default "https://api.privateaim.net" | quote }}
value: {{ .Values.env.HUB_SERVICE_URL | default "https://privateaim.net/core" | quote }}
- name: HUB_AUTH_SERVICE_URL
value: {{ .Values.env.HUB_AUTH_SERVICE_URL | default "https://auth.privateaim.net" | quote }}
value: {{ .Values.env.HUB_AUTH_SERVICE_URL | default "https://privateaim.net/auth" | quote }}
- name: HUB_USERNAME
value: {{ .Values.env.HUB_USERNAME | default "thehubusername" | quote }} # To be properly filled in
- name: HUB_PASSWORD
Expand Down
4 changes: 2 additions & 2 deletions k8s/manifests/hub-adapter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ spec:
- name: KONG_ADMIN_SERVICE_URL
value: "http://kong-service:8000" # To be properly filled in
- name: HUB_SERVICE_URL
value: "https://api.privateaim.net"
value: "https://privateaim.net/core"
- name: HUB_AUTH_SERVICE_URL
value: "https://auth.privateaim.net"
value: "https://privateaim.net/auth"
- name: HUB_USERNAME
value: "thehubusername" # To be properly filled in
- name: HUB_PASSWORD
Expand Down

0 comments on commit 00a9923

Please sign in to comment.