mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-08-29 12:02:48 +00:00
mmmmmmmmmmmmmmmmmmmmmmm
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user