sample hpa

This commit is contained in:
Brian On 2022-01-02 22:35:06 -08:00
parent d2deecefbc
commit 4a930b2843
9 changed files with 167 additions and 11 deletions

View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: sample-app
name: sample-app
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8080
selector:
app: sample-app
type: ClusterIP