mmmmmmmmmmmmmmmmmmmmmmm

This commit is contained in:
2020-03-23 13:11:13 +01:00
parent 998358fe5e
commit 1e021f00d7
7 changed files with 78 additions and 164 deletions

View File

@@ -41,3 +41,22 @@ spec:
protocol: TCP
port: 443
targetPort: 443
---
apiVersion: v1
kind: Service
metadata:
name: DEPLOY_NAME-DEPLOY_VERSION-service
namespace: default
spec:
selector:
app: DEPLOY_NAME
version: DEPLOY_VERSION
ports:
- name: http
protocol: TCP
port: 80
targetPort: 80
- name: https
protocol: TCP
port: 443
targetPort: 443