Inclut des manifests pour le Deployment, le Service et un example de Secret ConfigMap.
11 lines
161 B
YAML
11 lines
161 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: agendas-service
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: agendas
|
|
ports:
|
|
- protocol: TCP
|
|
port: 3333
|