mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-11 12:38:27 +00:00
* initial info for contributions * Auto update docker images on file changes for skaffold * improve build time ignoring files that are not relevant
13 lines
173 B
YAML
13 lines
173 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: example2
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: example2
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8080
|
|
targetPort: 8080
|