diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 0e4cc86..d8442e8 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -36,4 +36,7 @@ spec: args: - --api - --kubernetes - - --logLevel=INFO \ No newline at end of file + - --logLevel=INFO + - --defaultentrypoints=http,https + - --entrypoints=Name:https Address::9443 TLS + - --entrypoints=Name:http Address::9080 \ No newline at end of file