apps(publicfiles) Added publicfiles to the deployment
This commit is contained in:
13
apps/publicfiles/services.yaml
Normal file
13
apps/publicfiles/services.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: publicfiles
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app.kubernetes.io/name: publicfiles
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 80
|
||||
name: http
|
Reference in New Issue
Block a user