X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mep%2Fmepserver%2Fkong-k8s.yaml;h=6a2f56fa432b26da03ef62860d490ee22d5d29e5;hb=37e5052b0d53c9137cba0b18f0d28f311826aba6;hp=fffc87ea6b62e31d0c24226411d09d9f937c037b;hpb=76872e65a918fe31c6b28efd288cef10a1bd806f;p=ealt-edge.git diff --git a/mep/mepserver/kong-k8s.yaml b/mep/mepserver/kong-k8s.yaml index fffc87e..6a2f56f 100644 --- a/mep/mepserver/kong-k8s.yaml +++ b/mep/mepserver/kong-k8s.yaml @@ -88,14 +88,14 @@ spec: - containerPort: 8444 name: admin-api-ssl protocol: TCP - volumeMounts: - - name: kongssl - mountPath: "/run/kongssl" - readOnly: true - volumes: - - name: kongssl - secret: - secretName: kongssl-secret + #volumeMounts: + #- name: kongssl + #mountPath: "/run/kongssl" + #readOnly: true + #volumes: + #- name: kongssl + #secret: + #secretName: kongssl-secret # kong service @@ -112,9 +112,13 @@ spec: ports: - port: 8000 name: proxy + nodePort: 30010 - port: 8443 name: proxy-ssl + nodePort: 30011 - port: 8001 name: admin-api + nodePort: 30012 - port: 8444 name: admin-api-ssl + nodePort: 30013