Frontend deployment
This commit is contained in:
11
liquid-code-chart/templates/Services/frontend-service.yaml
Normal file
11
liquid-code-chart/templates/Services/frontend-service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-frontend-service
|
||||
spec:
|
||||
selector:
|
||||
app: {{ .Release.Name }}-frontend
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 8000
|
||||
Reference in New Issue
Block a user