You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-website/src/main/resources/website/nginx-service.yaml

15 lines
218 B
YAML

2 years ago
kind: Service
apiVersion: v1
metadata:
name: NAME
2 years ago
namespace: default
labels:
app: NAME
4 months ago
app.kubernetes.part-of: NAME-website
spec:
2 years ago
selector:
4 months ago
app: nginx
2 years ago
ports:
- name: nginx-http
port: 80