mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-04 16:56:56 +00:00
16 lines
370 B
YAML
16 lines
370 B
YAML
apiVersion: network.azure.upbound.io/v1beta1
|
|
kind: NetworkInterface
|
|
metadata:
|
|
labels:
|
|
app: marcel-test
|
|
name: marcel-test
|
|
spec:
|
|
forProvider:
|
|
resourceGroupName: marcel-test
|
|
ipConfiguration:
|
|
- name: internal
|
|
privateIpAddressAllocation: Dynamic
|
|
subnetIdSelector:
|
|
matchLabels:
|
|
app: marcel-test
|
|
location: "AustraliaEast" |