Skip to content

Commit

Permalink
Add support for community operators (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz authored May 27, 2022
1 parent bb20616 commit 9612f1b
Show file tree
Hide file tree
Showing 8 changed files with 8,995 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
data:
CONSOLE_PORT: "9090"
CONSOLE_TLS_PORT: "9443"
kind: ConfigMap
metadata:
name: console-env
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
name: console
name: console
spec:
ports:
- name: http
port: 9090
targetPort: 0
- name: https
port: 9443
targetPort: 0
selector:
app: console
status:
loadBalancer: {}
Loading

0 comments on commit 9612f1b

Please sign in to comment.