17 lines
279 B
Handlebars
17 lines
279 B
Handlebars
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: "{{appName}}"
|
|
namespace: "{{namespace}}"
|
|
labels:
|
|
app: "{{appName}}"
|
|
managed-by: cloudhost
|
|
spec:
|
|
selector:
|
|
app: "{{appName}}"
|
|
ports:
|
|
- port: 80
|
|
targetPort: {{port}}
|
|
protocol: TCP
|
|
type: ClusterIP
|