-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator codeflare-operator (1.0.0-rc.3)
- Loading branch information
1 parent
978afe1
commit 2cc9806
Showing
7 changed files
with
1,576 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...odeflare-operator/1.0.0-rc.3/manifests/codeflare-operator-manager-metrics_v1_service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: {} |
Oops, something went wrong.