apps
adguard
files
deployment.yaml
ingress.yaml
kustomization.yaml
namespace.yaml
ocis-config.sealedsecret.yaml
pvc.yaml
service.yaml
finance
homeassistant
homepage
immich
media
monitoring
ntfy
recipes
rss
todos
whoami
infrastructure
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
11 lines
133 B
YAML
11 lines
133 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ocis-web
|
|
spec:
|
|
selector:
|
|
app: ocis
|
|
ports:
|
|
- port: 9200
|
|
targetPort: 9200
|