blob: 8096a6047bbe2088bc559b1c3c1a553abc8fba3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
apiVersion: v1
kind: Service
metadata:
name: static-files
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/instance: static-files
app.kubernetes.io/name: static-files
type: ClusterIP
|