Skip to content

Commit

Permalink
operator codeflare-operator (1.0.0-rc.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflare-machine-account authored Oct 12, 2023
1 parent 5eeac38 commit b193540
Show file tree
Hide file tree
Showing 7 changed files with 1,538 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: codeflare-operator
app.kubernetes.io/part-of: codeflare
name: codeflare-operator-manager-metrics
spec:
ports:
- name: metrics
port: 8080
protocol: TCP
targetPort: metrics
selector:
app.kubernetes.io/name: codeflare-operator
app.kubernetes.io/part-of: codeflare
status:
loadBalancer: {}
Loading

0 comments on commit b193540

Please sign in to comment.