Skip to content

Commit

Permalink
add nextcloud external
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmebro committed Feb 12, 2024
1 parent 40390ac commit f25ff67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/apps/networking/static-routes/app/nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
service:
name: *app
port:
number: 8666
number: 11000
tls:
- hosts:
- *host
Expand All @@ -43,7 +43,7 @@ spec:
type: ClusterIP
ports:
- name: http
port: &port 8666
port: &port 11000
protocol: TCP
targetPort: *port
---
Expand All @@ -61,5 +61,5 @@ subsets:
- ip: "192.168.1.222"
ports:
- name: http
port: 8666
port: 11000
protocol: TCP

0 comments on commit f25ff67

Please sign in to comment.