Last active
June 6, 2022 03:34
-
-
Save relyt0925/f0c8cd941dd9bc316b385ab38815f627 to your computer and use it in GitHub Desktop.
my-on-prem-application-17146-customdns-entry.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: custom-dns | |
--- | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: my-on-prem-application-17146 | |
namespace: custom-dns | |
spec: | |
clusterIP: None | |
--- | |
apiVersion: v1 | |
kind: Endpoints | |
metadata: | |
name: my-on-prem-application-17146 | |
namespace: custom-dns | |
subsets: | |
- addresses: | |
- ip: 172.19.1.1 | |
- ip: 172.19.1.2 | |
- ip: 172.19.1.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment