blob: e166ef4301f9db0c7804fcf6fb9ec053e6f6f7d0 [file] [log] [blame]
# Copyright 2022 Go Authors All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
apiVersion: v1
kind: Service
metadata:
name: devapp
spec:
ports:
- port: 80
targetPort: 80
name: http
- port: 443
targetPort: 443
name: https
selector:
app: devapp
type: LoadBalancer
loadBalancerIP: 104.198.248.179