Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions generated-by-copilot-ops/generated-by-copilot-ops1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

#################################################################
##BEGIN TYPED OUTPUT DO NOT DELETE LINE BELOW THIS NOTE
#################################################################

## At the bottom of this document, add the kind, namespace and the rest of the
## YAML the listener will be
apiVersion: apps/v1
kind: Deployment
metadata:
name: listener
labels:
app: listener
namespace: listener-ns


---

apiVersion: v1
kind: Service
metadata:
name: listener-service
labels:
app: listener
namespace: listener-ns
spec:
selector:
app: listener
ports:
- name: listener-port
port: 8080
targetPort: listener-port
protocol: TCP