first upload
This commit is contained in:
12
apps/dokuwiki/service.yaml
Normal file
12
apps/dokuwiki/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: dokuwiki
|
||||
namespace: default
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
name: http
|
||||
selector:
|
||||
app: dokuwiki
|
Reference in New Issue
Block a user