wiki/structured/assets/challenges.suse-cloud-native-fundamentals-scholarship-program/manifests/service.yaml

19 lines
275 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: nginx
tag: alpine
name: nginx-alpine
namespace: demo
spec:
ports:
- port: 8111
protocol: TCP
targetPort: 8111
selector:
app: nginx-alpine
status:
loadBalancer: {}