c4k-website/src/main/resources/website/nginx-service.yaml
erik de88a5d807 [skip-ci] Make unique name for each website deploy
Add function for replacing values in the beginning of a string.
Add build secret.
2022-09-27 14:05:07 +02:00

16 lines
No EOL
265 B
YAML

kind: Service
apiVersion: v1
metadata:
name: NAME-service
labels:
app: NAME-nginx
namespace: default
spec:
selector:
app: NAME-nginx
ports:
- name: nginx-http
port: 80
- name: nginx-https
port: 443