This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/ipapi/service.yaml

15 lines
190 B
YAML
Raw Permalink Normal View History

2020-05-25 19:29:03 +00:00
apiVersion: v1
kind: Service
metadata:
labels:
app: ipapi
name: ipapi
namespace: ipapi
spec:
ports:
- name: http
port: 8080
2020-05-25 21:45:33 +00:00
targetPort: http
2020-05-25 19:29:03 +00:00
selector:
app: ipapi