mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 10:58:28 +00:00
19 lines
275 B
YAML
19 lines
275 B
YAML
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: {}
|