Split manifests into infra/ and applications/
This commit is contained in:
14
applications/azure-ddns-python/azure-ddns-service.yaml
Executable file
14
applications/azure-ddns-python/azure-ddns-service.yaml
Executable file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: azure-ddns
|
||||
namespace: azure-ddns
|
||||
spec:
|
||||
selector:
|
||||
app: azure-ddns
|
||||
ports:
|
||||
- name: azure-ddns
|
||||
port: 443
|
||||
targetPort: 443
|
||||
protocol: TCP
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user