Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarbommakanti committed Jun 26, 2024
1 parent 66b58e8 commit c51d0d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
10 changes: 0 additions & 10 deletions platforms/network-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,23 +971,13 @@
"properties": {
"keystore": {
"type": "string",
"properties": {
"keystore": {
"type": "string"
}
},
"required": [
"keystore"
],
"additionalProperties": false
},
"truststore": {
"type": "string",
"properties": {
"truststore": {
"type": "string"
}
},
"required": [
"truststore"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kind: Host
metadata:
name: {{ .Release.Name }}-nms
spec:
hostname: {{ .Values.global.proxy.prefix }}-nms.{{ .Values.global.proxy.externalUrlSuffix }}
hostname: {{ .Release.Name }}-nms.{{ .Values.global.proxy.externalUrlSuffix }}
acmeProvider:
authority: none
requestPolicy:
Expand All @@ -64,7 +64,7 @@ metadata:
name: {{ .Release.Name }}-mapping
namespace: {{ .Release.Namespace }}
spec:
host: {{ .Values.global.proxy.prefix }}-nms.{{ .Values.global.proxy.externalUrlSuffix }}
host: {{ .Release.Name }}-nms.{{ .Values.global.proxy.externalUrlSuffix }}
prefix: /
service: {{ include "networkmap.name" . }}.{{ .Release.Namespace }}:{{ .Values.global.cenm.networkmap.port }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ spec:
proxy:
provider: "ambassador"
externalUrlSuffix: "{{ external_url_suffix }}"
prefix: "{{ org_name }}-cenm"
cenm:
sharedCreds:
truststore: {{ cred_truststore }}
Expand Down

0 comments on commit c51d0d6

Please sign in to comment.