X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fmepserver%2Ffiles%2Fdeploy%2Fkong-k8s.yaml;h=c61475f3c583636631ca000396dcae3ff61c70d1;hb=b747fd2db81a059a8fa8e3acb23ca2c5980fc93b;hp=520a83faf797f5ba239cf2ce7b0f70c010ba7f25;hpb=d52efc724f30aaf99ebb4a53f03c900b5668b8ff;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/mepserver/files/deploy/kong-k8s.yaml b/ocd/infra/playbooks/roles/mepserver/files/deploy/kong-k8s.yaml index 520a83f..c61475f 100644 --- a/ocd/infra/playbooks/roles/mepserver/files/deploy/kong-k8s.yaml +++ b/ocd/infra/playbooks/roles/mepserver/files/deploy/kong-k8s.yaml @@ -71,6 +71,10 @@ spec: value: /dev/stdout - name: KONG_PROXY_ERROR_LOG value: /dev/stderr + #- name: KONG_SSL_CERT + #value: /run/kongssl/server.cer + #- name: KONG_SSL_CERT_KEY + #value: /run/kongssl/server_key.pem ports: - containerPort: 8000 name: proxy @@ -84,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 @@ -108,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