mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
16 lines
240 B
YAML
16 lines
240 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: echoheaders-https
|
|
labels:
|
|
app: echoheaders-https
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: echoheaders-https
|